home *** CD-ROM | disk | FTP | other *** search
/ Micro R&D 5: Mand 2000 / Mand 2000 - Micro R&D CD-ROM Vol 5.iso / installrexx < prev    next >
Text File  |  1994-03-03  |  445b  |  13 lines

  1. echo " This script will copy the Mand2000 ARexx scripts from the"
  2. echo " ARexx directory to your rexx: directory.  Once copied there,"
  3. echo " some extra menus will automatically appear the next time"
  4. echo " you run Mand2000 or Mand2000D."
  5. echo " `RexxMast' must be running for ARexx scripts to work."
  6. echo ""
  7. copy arexx/#?.mnd2 rexx:
  8. copy arexx/#?.adpro adpro:commands2
  9.  
  10. echo ""
  11. echo "All Done.  Click close gadget to get rid of window."
  12. endcli
  13.